org.eclipse.vtp.desktop.editors.core.model
Class UIConnector.LineLabel

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.model.UIConnector.LineLabel
Enclosing class:
UIConnector

public class UIConnector.LineLabel
extends java.lang.Object


Constructor Summary
UIConnector.LineLabel()
           
 
Method Summary
 int getLinePointIndex()
           
 int getXOffset()
           
 int getYOffset()
           
 void resetLocation()
           
 void setLabelLocation(int segment, int lox, int loy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIConnector.LineLabel

public UIConnector.LineLabel()
Method Detail

setLabelLocation

public void setLabelLocation(int segment,
                             int lox,
                             int loy)

resetLocation

public void resetLocation()

getLinePointIndex

public int getLinePointIndex()

getXOffset

public int getXOffset()

getYOffset

public int getYOffset()